home *** CD-ROM | disk | FTP | other *** search
- # @(#) mkx86 1.4 87/06/04 12:33:47
- # Make Zoo and Fiz
- # This script is believed to work on:
- # Xenix 3.4 on Greg Laskin's Intel 310/286
- # SCO Xenix 2.2 on Robert Cliff's AT.
- #`-Ml' for large memory model, `-M2' to generate code for 80286 cpu,
- #`-F 8000' for 0x8000 bytes of stack space
- make "cswitch=-c -O -DSYS_V -Ml -M2" "ldswitch=-Ml -o zoo -F 8000" zoo
- make "cswitch=-c -O -DSYS_V -Ml -M2" "ldswitch=-Ml -o fiz" fiz
-